| remapcmd.tfile | source file |
| Classes Summary | Objects Summary | Functions Summary Details |
Accepts in the source remap a string that has "|" and "(" for grouping. It does NOT support "*" or "?" or any wildcards nor does it accept words that use special characters outside of apostrophe (') or comma ','.
Several forms of the mapping occur: 1. Provide the actual text for the new command OR 2. Do a normal doInstead command with the appropriate values [via execute()] 3. Or put out a message with "" that ends the command [via execute()]
Contributed by Mitchell Mlinar
Licensed using MIT defintion
v1.00: 14 Oct 2025 v1.02: 15 Oct 2025 (thanks to advice/feedback from Eric Eve) v1.03: 16 Oct 2025 (thanks to additional advice/feedback from Eric Eve)
EvalToksError
RemapCmd
remapCmdGrammar(concat)
remapCmdGrammar(grp)
remapCmdGrammar(lit)
remapCmdGrammar(or)
remapCmdGrammar(tail)
remapCmdDicts
remapCmdTokenizer
dumpList
getDataType
remapCmdGrammarConcat
remapCmdGrammarOr
tok_test2
dumpList (lst) | remapcmd.t[1085] |
getDataType (data) | remapcmd.t[1108] |
remapCmdGrammarConcat (lstleft, lstright) | remapcmd.t[383] |
remapCmdGrammarOr (lst, lstright) | remapcmd.t[398] |
tok_test2 ( ) | remapcmd.t[1033] |